Skip to main content

All Questions

0votes
1answer
146views

Generate HTML from input fields

I am building a small tool to generate a copy and paste HTML block, based on the user inputs. In the HTML file, I have all my inputs (select, checkbox, text inputs etc). I based myself on the JS of an ...
blogob's user avatar
0votes
1answer
3kviews

On form inputs focus, show div. hide div on blur for multiple inputs and hidden divs

I posted a question on Stack Overflow and got an answer that works but has a lot of duplicated code. In the future, the functionality may also require a third or more divs to be shown or hidden. The ...
user191294's user avatar
3votes
1answer
258views

jQuery autocomplete for all place names in the UK

I made an autocomplete input box of every town, city and village in the UK. Yes, every single one. The load times are painful so is there a way to reduce that? Here is a sample: ...
Jon Snow's user avatar
3votes
1answer
104views

jQuery module to edit HTML elements

I need to turn a lot of html elements as editable elements. You will double click on the element to edit, press enter to validate (send a PUT to the RESTapi), press esc to undo. I've written this ...
user777466's user avatar
0votes
3answers
169views

Support for an interactive form with multiple tabs

I just failed in a JavaScript test and I would really appreciate some comments of how I can improve so I can keep learning. The test was about making a form interactive, where the code should do ...
Webritos's user avatar
3votes
2answers
881views

Form dependencies, slow javascript

I started working on a jQuery port for this Form Dependency Manager script. It works fine, and I added a few extra options too. The problem is speed. If you create dependencies between 20+ form ...
onetrickpony's user avatar

close